3.9.31 \(\int (c (d \sin (e+f x))^p)^n (a+b \sin (e+f x))^m \, dx\) [831]

Optimal. Leaf size=56 \[ (d \sin (e+f x))^{-n p} \left (c (d \sin (e+f x))^p\right )^n \text {Int}\left ((d \sin (e+f x))^{n p} (a+b \sin (e+f x))^m,x\right ) \]

[Out]

(c*(d*sin(f*x+e))^p)^n*Unintegrable((d*sin(f*x+e))^(n*p)*(a+b*sin(f*x+e))^m,x)/((d*sin(f*x+e))^(n*p))

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \left (c (d \sin (e+f x))^p\right )^n (a+b \sin (e+f x))^m \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(c*(d*Sin[e + f*x])^p)^n*(a + b*Sin[e + f*x])^m,x]

[Out]

((c*(d*Sin[e + f*x])^p)^n*Defer[Int][(d*Sin[e + f*x])^(n*p)*(a + b*Sin[e + f*x])^m, x])/(d*Sin[e + f*x])^(n*p)

Rubi steps

\begin {align*} \int \left (c (d \sin (e+f x))^p\right )^n (a+b \sin (e+f x))^m \, dx &=\left ((d \sin (e+f x))^{-n p} \left (c (d \sin (e+f x))^p\right )^n\right ) \int (d \sin (e+f x))^{n p} (a+b \sin (e+f x))^m \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.62, size = 0, normalized size = 0.00 \begin {gather*} \int \left (c (d \sin (e+f x))^p\right )^n (a+b \sin (e+f x))^m \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(c*(d*Sin[e + f*x])^p)^n*(a + b*Sin[e + f*x])^m,x]

[Out]

Integrate[(c*(d*Sin[e + f*x])^p)^n*(a + b*Sin[e + f*x])^m, x]

________________________________________________________________________________________

Maple [A]
time = 0.11, size = 0, normalized size = 0.00 \[\int \left (c \left (d \sin \left (f x +e \right )\right )^{p}\right )^{n} \left (a +b \sin \left (f x +e \right )\right )^{m}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*(d*sin(f*x+e))^p)^n*(a+b*sin(f*x+e))^m,x)

[Out]

int((c*(d*sin(f*x+e))^p)^n*(a+b*sin(f*x+e))^m,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*(d*sin(f*x+e))^p)^n*(a+b*sin(f*x+e))^m,x, algorithm="maxima")

[Out]

integrate(((d*sin(f*x + e))^p*c)^n*(b*sin(f*x + e) + a)^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*(d*sin(f*x+e))^p)^n*(a+b*sin(f*x+e))^m,x, algorithm="fricas")

[Out]

integral(((d*sin(f*x + e))^p*c)^n*(b*sin(f*x + e) + a)^m, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (c \left (d \sin {\left (e + f x \right )}\right )^{p}\right )^{n} \left (a + b \sin {\left (e + f x \right )}\right )^{m}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*(d*sin(f*x+e))**p)**n*(a+b*sin(f*x+e))**m,x)

[Out]

Integral((c*(d*sin(e + f*x))**p)**n*(a + b*sin(e + f*x))**m, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*(d*sin(f*x+e))^p)^n*(a+b*sin(f*x+e))^m,x, algorithm="giac")

[Out]

integrate(((d*sin(f*x + e))^p*c)^n*(b*sin(f*x + e) + a)^m, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int {\left (c\,{\left (d\,\sin \left (e+f\,x\right )\right )}^p\right )}^n\,{\left (a+b\,\sin \left (e+f\,x\right )\right )}^m \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*(d*sin(e + f*x))^p)^n*(a + b*sin(e + f*x))^m,x)

[Out]

int((c*(d*sin(e + f*x))^p)^n*(a + b*sin(e + f*x))^m, x)

________________________________________________________________________________________